home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00083_Script_83 < prev    next >
Text File  |  1999-03-01  |  542b  |  22 lines

  1. on exitFrame
  2.   
  3.   repeat with x = 1 to 94
  4.     puppetSprite x, FALSE
  5.     set the visible of sprite x = TRUE
  6.   end repeat
  7.   
  8.   
  9.   
  10.   puppetSprite 95, TRUE -- the rewind button
  11.   set the loc of sprite(95) = point(93, 19)
  12.   set the blend of sprite 95 = 0
  13.   puppetSprite 96, TRUE -- the back to intro button
  14.   set the loc of sprite(96) = point(322, 19)
  15.   set the blend of sprite 96 = 0
  16.   puppetSprite 97, TRUE -- the fastforward button
  17.   set the loc of sprite(97) = point(571, 19)
  18.   set the blend of sprite 97 = 0
  19.   
  20.   
  21.   
  22. end